Guided Practice 6.3: Using tree-fold

Using tree-fold and the data definition in the lesson, write the following functions:

;; number-of-nodes : Tree -> Number
;; RETURNS: the number of nodes in the given tree.

;; increment-all : Tree -> Tree
;; RETURNS: a tree just like the original, but in which all of the
;; leaves have contents one more than that in the original.

[ANSWER]


Last modified: Fri Sep 4 11:45:13 Eastern Daylight Time 2015